←Select platform

Error Property

Summary

Callback to run if an error occurs when the command is run asynchronously.

Syntax
C#
VB
C++
public DocumentViewerAsyncError<T> Error { get; set; } 
Public Property [Error]() As DocumentViewerAsyncError(Of T) 
   Get 
   Set 
public:  
   property DocumentViewerAsyncError<T>^ Error 
   { 
      DocumentViewerAsyncError<T>^ get() 
      void set(DocumentViewerAsyncError<T>^ value) 
   } 

Property Value

The callback to run if an error occurs when the command is run asynchronously. Default value is null.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.